-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docker images and GHA to use miniforge #740
Update docker images and GHA to use miniforge #740
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming checks pass here (and I don't see why they wouldn't), LGTM!
|
||
# Install conda-lock | ||
RUN conda install --channel=conda-forge --name=base conda-lock | ||
RUN conda install --channel=conda-forge --name=base conda-lock && conda clean --all --yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just spacing
RUN conda install --channel=conda-forge --name=base conda-lock && conda clean --all --yes | |
RUN conda install --channel=conda-forge --name=base conda-lock \ | |
&& conda clean --all --yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 As long as everything passes
Closes #711
Closes #713
In this PR, I changed the GitHub Actions for active modules and templates to use miniforge in place of miniconda.
I also updated the Docker images that use both conda and renv to be set up using miniforge (now mirroring the installation from the miniforge Docker image). I also updated the docs example for that instruction, but I did not do a larger docs update, as I will leave that for #712.
While I was in there, I cleaned a few little things in the Dockerfiles to make them more uniform.